home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / ANALOG / readme.txt
Text File  |  1997-03-25  |  2KB  |  40 lines

  1. ANALOG - Based on DIALOG
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     This sample application demonstrates 4 of the Common controls, Status 
  13.     Bar, Progress Bar, Tracker(slider) control and Up/Down(spin) control 
  14.     in a copy machine panel theme.  
  15.  
  16.     To see the copier dialog select "Dialog" from the main menu then select
  17.     "Copier".  The Up/Down control is used to select the number of copies to
  18.     be made.  The Track bars are used for enlargement and shading.  The status
  19.     bar, notifies the user of the selection made, the status of the copier 
  20.     and the progress made(by using the new Progress Bar control) when copying
  21.     is started.
  22.  
  23. USES:
  24.     Based on Generic
  25.  
  26. COMMENTS:
  27.  
  28. MODULE MAP:
  29.     Dispatch- Message dispatching routines
  30.     WinMain - Calls initialization functions and processes the message loop
  31.     Init    - Performs application and instance specific initialization
  32.     About   - Defines a standard about dialog box.
  33.     Misc    - Defines the applications specific commands not related to
  34.                 a specific module.
  35.     Analog  - Implements the windows procedure for the main application window
  36.     Copier  - Creates and displays Copier dialog box which in turn demonstrates 
  37.                 some of the new Windows 95 common controls.  The common 
  38.                 controls it demonstrates are Up/Down control, Track Bar 
  39.                 control, Progress Bar and Status Bar controls.
  40.